func runtime.isDirectIface

5 uses

	runtime (current package)
		alg.go#L147: 	if isDirectIface(t) {
		alg.go#L174: 	if isDirectIface(t) {
		alg.go#L309: 	if isDirectIface(t) {
		alg.go#L326: 	if isDirectIface(t) {
		typekind.go#L10: func isDirectIface(t *_type) bool {